Closed
Bug 565376
Opened 15 years ago
Closed 15 years ago
LayerManagerOGL::LayerManagerOGL should initialize mRootLayer and mVBO
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: timeless, Assigned: timeless)
References
(Blocks 1 open bug)
Details
(Keywords: coverity)
Attachments
(1 file)
528 bytes,
patch
|
bas.schouten
:
review+
|
Details | Diff | Splinter Review |
169 class THEBES_API LayerManagerOGL : public LayerManager {
259 LayerOGL *mRootLayer;
261 GLuint mVBO;
63 LayerManagerOGL::LayerManagerOGL(nsIWidget *aWidget)
64 : mWidget(aWidget)
65 , mBackBuffer(0)
66 , mFrameBuffer(0)
67 , mRGBLayerProgram(NULL)
68 , mYCbCrLayerProgram(NULL)
69 , mVertexShader(0)
70 , mRGBShader(0)
71 , mYUVShader(0)
72 {
73 }
Updated•15 years ago
|
Attachment #444919 -
Flags: review?(bas.schouten) → review+
this was fixed by bug 573894 + bug 567626
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Blocks: coverity-analysis
You need to log in
before you can comment on or make changes to this bug.
Description
•